Some tests expect a minimum number of CPUs in the system and will
always fail when there are less. We disable these for now; upstream is
aware and will address this later.
This patch fixes a FTBFS error on the i386 architecture by setting proper
include directories. The error is caused by improper directory names e.g.
'-I/usr/include/i386-linux-gnu' vs. '-I/usr/include/i686-linux-gnu/'.
This patch fixes a FTCBFS issue caused by using AC_PATH_PROG to
discover the location of pkg-config, which fails to select the
correct version on cross-compilations. The corresponding lintian
warning 'autotools-pkg-config-macro-not-cross-compilation-safe'
suggests to use PKG_PROG_PKG_CONFIG and $PKG_CONFIG instead.
Andreas Dolp [Tue, 19 May 2026 20:40:20 +0000 (22:40 +0200)]
suricata (1:8.0.5-1) unstable; urgency=medium
* New upstream version 8.0.5
* d/control: Bump standards version from 4.7.3 to 4.7.4
No special changes required.
* d/watch: Bump watch file format from v4 to v5.